From 5bc1d40ba0540b4805ca1d8022847990a3532af1 Mon Sep 17 00:00:00 2001 From: Dirk Brenken Date: Fri, 28 Feb 2025 16:59:02 +0100 Subject: [PATCH] luci-app-banIP: sync with release 1.5.3-1 Signed-off-by: Dirk Brenken --- .../htdocs/luci-static/resources/view/banip/overview.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js b/applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js index 366d282f08..02b00c04dc 100644 --- a/applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js +++ b/applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js @@ -408,13 +408,13 @@ return view.extend({ o = s.taboption('adv_chain', form.ListValue, 'ban_icmplimit', _('ICMP-Threshold'), _('ICMP-Threshold in packets per second to prevent WAN-DoS attacks. To disable this safeguard set it to \'0\'.')); o.value('0'); - o.value('10'); + o.value('25'); o.value('50'); o.value('100'); o.value('250'); o.value('500'); o.value('1000'); - o.default = '10'; + o.default = '25'; o.placeholder = _('-- default --'); o.create = true; o.optional = true; -- 2.30.2